runtime.mSpanStateBox.get (method)
25 uses
runtime (current package)
heapdump.go#L464: if s.state.get() == mSpanInUse {
heapdump.go#L490: if s.state.get() != mSpanInUse {
heapdump.go#L662: if s.state.get() != mSpanInUse {
heapdump.go#L685: if s.state.get() == mSpanInUse {
malloc.go#L1979: if state := span.state.get(); state != mSpanInUse {
malloc.go#L2093: if state := span.state.get(); state != mSpanInUse {
mbitmap.go#L412: } else if s.state.get() != mSpanInUse || dst < s.base() || s.limit <= dst {
mbitmap.go#L1320: state := s.state.get()
mbitmap.go#L1378: if state := s.state.get(); state != mSpanInUse || p < s.base() || p >= s.limit {
mgcmark.go#L440: if state := s.state.get(); state != mSpanInUse {
mgcmark.go#L1704: if state := s.state.get(); 0 <= state && int(state) < len(mSpanStateNames) {
mgcmark.go#L1712: if s.state.get() == mSpanManual && size == 0 {
mgcsweep.go#L383: if state := s.state.get(); state != mSpanInUse {
mgcsweep.go#L521: if state := s.state.get(); state != mSpanInUse || s.sweepgen != sweepgen-1 {
mgcsweep.go#L710: if state := s.state.get(); state != mSpanInUse || s.sweepgen != sweepgen-1 {
mheap.go#L418: func (b *mSpanStateBox) get() mSpanState {
mheap.go#L677: switch s.state.get() {
mheap.go#L749: if s == nil || s.state.get() != mSpanInUse || p < s.base() || p >= s.limit {
mheap.go#L1733: switch s.state.get() {
signal_unix.go#L411: if s != nil && s.state.get() == mSpanManual && s.base() < sp && sp < s.limit {
stack.go#L242: if s.state.get() != mSpanManual {
stack.go#L535: if s.state.get() != mSpanManual {
traceallocfree.go#L56: if s.state.get() == mSpanDead {
traceallocfree.go#L63: if s.state.get() != mSpanInUse {
traceallocfree.go#L86: if s.state.get() == mSpanInUse {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |